module MattSimpleAddons
{
	imports
	{
		Base
	}

	item MSWild_Grapes{
		HungerChange		= -10,
		Weight				= 0.2,
		Type				= Food,
		DaysTotallyRotten	= 8,
		DisplayName			= Wild Grapes,
		Icon				= MSAWildGrapes,
		DaysFresh			= 5,
		EvolvedRecipe 		= Cake:10;FruitSalad:10,
		FoodType    		= Fruits,
		Carbohydrates 		= 10.78,
		Proteins 			= 0.58,
		Lipids 				= 0.32,
		Calories 			= 42,
		WorldStaticModel 	= Grapes,
        StaticModel 		= Grapes,
        CustomEatSound 		= EatingFruit,
	}

	item MSABlack_Cherry{
		Type				= Food,
		DisplayName			= Black Cherry,
		Icon				= MSABlackCherry,
		Weight				= 0.3,
		HungerChange 		= -3,
		DaysFresh 			= 4,
		DaysTotallyRotten 	= 9,
		EvolvedRecipe       = Cake:3;FruitSalad:3,
		FoodType            = Fruits,
		Carbohydrates 		= 1.31,
		Proteins 			= 0.09,
		Lipids 				= 0,
		Calories 			= 5,
		StaticModel 		= RoundFood_Red,
        WorldStaticModel 	= Cherry,
		CustomEatSound 		= EatingFruit,
	}

	item MSAmerican_Plumb{
		HungerChange		= -10,
		Weight				= 0.2,
		Type				= Food,
		DaysTotallyRotten	= 8,
		DisplayName			= American Plum,
		Icon				= MSAmericanPlumb,
		DaysFresh			= 5,
		EvolvedRecipe 		= Cake:6;FruitSalad:6,
		FoodType    		= Fruits,
		Carbohydrates 		= 10.31,
		Proteins 			= 1.36,
		Lipids 				= 0.38,
		Calories 			= 58,
		StaticModel 		= RoundFood_Green,
        WorldStaticModel 	= Avocado_Ground,
		CustomEatSound 		= EatingFruit,
	}
	
	item MSARaspberries{
		Type				= Food,
		DisplayName			= Rasberries,
		Icon				= MSARaspberries,
		Weight				= 0.1,
		HungerChange 		= -3,
		ThirstChange		= -5,
		UnhappyChange 		= -15,
		DaysFresh 			= 2,
		DaysTotallyRotten 	= 5,
		EvolvedRecipe 		= Cake:3;FruitSalad:3,
		FoodType    		= Fruits,
		Carbohydrates 		= 0.92,
		Proteins 			= 0.08,
		Lipids 				= 0.04,
		Calories			= 4,
		StaticModel			= RoundFood_Red,
        WorldStaticModel 	= Strawberry_Ground,
		CustomEatSound 		= EatingFruit,
	}

	item MSABlackBerries{
		Type				= Food,
		DisplayName			= Blackberrie,
		Icon				= MSABlackberries,
		Weight				= 0.1,
		HungerChange 		= -5,
		ThirstChange		= -5,
		UnhappyChange 		= -5,
		DaysFresh 			= 2,
		DaysTotallyRotten 	= 5,
		EvolvedRecipe 		= Cake:5;FruitSalad:5,
		FoodType    		= Fruits,
		Carbohydrates 		= 0.92,
		Proteins 			= 0.08,
		Lipids 				= 0.04,
		Calories			= 4,
		WorldStaticModel 	= BerryBlack,
        CustomEatSound 		= EatingFruit,
	}

	item MSAMulberry{
		Type				= Food,
		DisplayName			= Mulberry,
		Icon				= MSAMulberry,
		Weight				= 0.1,
		HungerChange 		= -8,
		ThirstChange		= -5,
		UnhappyChange 		= -10,
		DaysFresh 			= 3,
		DaysTotallyRotten 	= 8,
		EvolvedRecipe 		= Cake:8;FruitSalad:8,
		FoodType    		= Fruits,
		Carbohydrates 		= 1,
		Proteins 			= 0.16,
		Lipids 				= 0.08,
		Calories			= 8,
		WorldStaticModel 	= BerryGeneric1,
		CustomEatSound 		= EatingFruit,
		
	}

	item MSAWildApple{
		DisplayName			= Wild Apple,
		Icon				= MSAWildApple,
		HungerChange		= -12,
		Weight				= 0.2,
		Type				= Food,
		DaysTotallyRotten	= 8,
		DaysFresh			= 5,
		EvolvedRecipe 		= Cake:8;FruitSalad:8,
		FoodType    		= Fruits,
		Carbohydrates 		= 20.13,
		Proteins 			= 0.47,
		Lipids 				= 0.31,
		Calories 			= 80,
		StaticModel			= RoundFood_Red,
        WorldStaticModel	= Apple_Ground,
        CustomEatSound		= EatingFruit,
	}
}